home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / dadvisor.igz / dadvisor.img / AUTOEXEC.BAT next >
DOS Batch File  |  2001-03-13  |  269b  |  23 lines

  1. @echo off
  2. xbios /P- /Z /I /M /V=0
  3. substtoz VDISK
  4.  
  5. ECHO.
  6. copy language.exe Z:\ > NUL
  7. call load
  8. COPY DAZIP.EXE Z:\   > NUL
  9. COPY PROFILE.DAT Z:\ > NUL
  10. COPY DA.LOG Z:\      > NUL
  11.  
  12. Z:
  13. DAZIP.EXE
  14.  
  15. loadaspi
  16. rdrint13 /V=0
  17. ECHO.
  18. drmouse
  19.  
  20. DADOS /ve:32
  21.  
  22. done
  23.